-
Notifications
You must be signed in to change notification settings - Fork 249
fix: Mark WindowsExec as incompatible
#2748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| case _: CollectLimitExec => true | ||
| case _: UnionExec => true | ||
| case _: TakeOrderedAndProjectExec => true | ||
| case _: WindowExec => true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing this line fixes #2737. I wish I could explain why, but I cannot.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WindowExec was added here because it was related to TakeOrderedProjectExec which was added here previuosly, but you are right, it is most likely the reason, why the operator doesn't fallback to Spark in clean way
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2748 +/- ##
============================================
+ Coverage 56.12% 58.73% +2.60%
- Complexity 976 1465 +489
============================================
Files 119 163 +44
Lines 11743 13984 +2241
Branches 2251 2375 +124
============================================
+ Hits 6591 8213 +1622
- Misses 4012 4567 +555
- Partials 1140 1204 +64 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
WindowsExec as incompatibleWindowsExec as incompatible [WIP]
WindowsExec as incompatible [WIP]WindowsExec as incompatible
Which issue does this PR close?
Follows on from #2741
Rationale for this change
Remove temp fallback and use
CometOperatorSerdeframework insteadWhat changes are included in this PR?
CometOperatorSerdeframework insteadWindowsExecas a Comet sink because it causes panicsHow are these changes tested?